projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccdea7
)
* Add a note related to native compilation and Dynamic Binding
author
Andrea Corallo
<akrl@sdf.org>
Wed, 28 Apr 2021 20:00:12 +0000
(22:00 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 28 Apr 2021 20:08:29 +0000
(22:08 +0200)
* doc/lispref/variables.texi (Dynamic Binding): Add a note
related to native compilation.
doc/lispref/variables.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/variables.texi
b/doc/lispref/variables.texi
index 0ddf3e465d6e2548f9ffaa9bae141b1c7882b46e..b25eea12a53cc426dd84db1bcdb868d2939e7be2 100644
(file)
--- a/
doc/lispref/variables.texi
+++ b/
doc/lispref/variables.texi
@@
-1010,6
+1010,9
@@
a dynamic local binding, Emacs records the contents of the value cell
value cell. When the binding construct finishes executing, Emacs pops
the old value off the stack, and puts it in the value cell.
+ Note that when code using Dynamic Binding is native compiled the
+native compiler will not perform any Lisp specific optimization.
+
@node Dynamic Binding Tips
@subsection Proper Use of Dynamic Binding